home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 61 / CDRom61.iso / Programas / Express Search / exp_setup.exe / EXWEBDOCS.EXE / Express / Program / webdocs / template / displaydoc.js < prev    next >
Encoding:
Text File  |  1998-07-10  |  279 b   |  12 lines

  1. <SCRIPT LANGUAGE="JavaScript">
  2. <!--
  3. function displayDoc(winName, docURL, width, height) {
  4.     win=top.open(docURL,winName,'width='+width +',height='+height+',resizable,scrollbars');
  5.     if (navigator.appName.indexOf('Netscape')!=-1)     {
  6.         win.focus();
  7.     } 
  8. }
  9. //-->
  10. </SCRIPT>
  11.  
  12.